home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2000 June
/
CHIPCD_6_2000.iso
/
software
/
cad
/
inplot
/
_setup.1
/
insert selected.scr
< prev
next >
Wrap
Text File
|
1998-03-25
|
246b
|
19 lines
(file:block delete.scr)
(script to insert a string)
(after selected lines)
(skips comments)
#1=startsel
#2=endsel
#3=#1
select #1
:100
forward
insert G00
#2=[#2+1]
#3=lineno
if [#3>#2] ,200
#3=[#3+1]
jump 100
:200
select #1,#2